Software Engineering

4 posts

Exploring all posts tagged with "Software Engineering"

Don’t Forget to Ask the Customer Before, During, and After

I just wanna put this out as a PSA that you should be writing and making products that work well AND they solve a end user frustration. Seems stupid to say this until your realize how easy it is for a project at work to carry on 6 month ( or even years!!! ) without getting substantial and valid criticism and feedback.

Business Data Science Software Development +2 more

Learning about Rust Benchmarking with Sudoku from 5 minutes to 17 seconds

I'll take you through the process of optimizing a Sudoku solver written in Rust. We'll start with a simple, unoptimized version and apply a series of optimizations that will take the time to solve 100,000 puzzles from over 5 minutes down to just 33 seconds, and 20,000 of the hardest puzzles from over 2 minutes down to just 17 seconds.

Rust Software Engineering Criterion +1 more